DomainObjects Class Library

Reference<ContainerClass,RelatedClass>.GetObjectData Method 

Populates a SerializationInfo with the data needed to serialize the target object.

public override void GetObjectData(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info
The SerializationInfo to populate with data.
context
The destination (see StreamingContext) for this serialization.

Implements

ISerializable.

Exceptions

Exception Type Condition
SecurityException The caller does not have the required permission.

See Also

Reference<ContainerClass,RelatedClass> Class | DomainObjects.Facade.Domain Namespace